Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / C1KeyedList<TKey,TItem> Class / TryGetValue Method
The specified key.
The page of document.

In This Topic
    TryGetValue Method (C1KeyedList<TKey,TItem>)
    In This Topic
    Gets the page by specified key.
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As TKey, _
       ByRef item As TItem _
    ) As Boolean
    public bool TryGetValue( 
       TKey key,
       out TItem item
    )

    Parameters

    key
    The specified key.
    item
    The page of document.

    Return Value

    True if item was found in C1KeyedList<TKey,TItem>;false otherwise.
    See Also